home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / prog / rodent / readme.!!! < prev   
Text File  |  1995-08-15  |  1KB  |  26 lines

  1.  These are some pretty basic mouse handling routines. I'm really not sure
  2.  who  might  find  this  sort  of thing useful, so I didn't work too hard 
  3.  putting  them  together.  If  you  like them, and want more details, and 
  4.  better  documentation,  let  me  know.  A mouse driver must be loaded in 
  5.  memory before running any of these files.
  6.  
  7.  Here is a list of the files, and what they do:
  8.  1-T.exe         puts  a   mouse  cursor  on  the  screen  in  text  mode 
  9.  1-G.exe         same as above except in graphics mode
  10.    2.exe         a  bit  more advanced, displays mouse cursor as an arrow 
  11.                  in  text  mode with text up top, and mouse boundaries to 
  12.                  keep mouse out of text area. I didn't add the additional
  13.                  code necessary  to  restore  the ascii character (seldom 
  14.                  used "happy face" (decimal 2)), so you'll have to reboot
  15.                  to  restore  this  font if you think you'll need it in a 
  16.                  later program.
  17.    3.exe         yet a bit more advanced. Displays mouse in text mode and
  18.                  displays  messages with various button presses and mouse
  19.                  movement
  20.    4.exe         another  rather  simple  mouse demonstration. Uses mouse 
  21.                  movement  and  various ascii characters to doodle on the 
  22.                  screen.
  23.  
  24.  All files terminate with any keyboard key-press.
  25.  
  26.